Use dh_install --fail-missing to catch mistakes
authorSimon McVittie <smcv@debian.org>
Wed, 27 Jan 2016 14:42:58 +0000 (15:42 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 29 Jan 2016 10:42:05 +0000 (11:42 +0100)
debian/changelog
debian/rules

index 9c3c72f76508ebe37945e351440e080edb11617c..5ca1602ae43c494194287426e648987a9547d2db 100644 (file)
@@ -11,6 +11,7 @@ ostree (2016.1-1) UNRELEASED; urgency=medium
   * debian/control: change Section to admin
   * Remove unnecessary uses of dh-exec
   * debian/patches: remove all patches, no longer needed or applied
+  * Use dh_install --fail-missing to catch mistakes
 
  -- Simon McVittie <smcv@debian.org>  Wed, 27 Jan 2016 13:04:34 +0100
 
index 9f993af67825dc310c6cb9162a1ccf73c9bf2aff..53cc4a1c8bba8b53dac31e7671cc2c29ac58f132 100755 (executable)
@@ -19,3 +19,7 @@ override_dh_auto_configure:
                --with-grub2 \
                --with-systemdsystemunitdir=/lib/systemd/system \
                $(NULL)
+
+override_dh_install:
+       rm -f debian/tmp/usr/lib/*/*.la
+       dh_install --fail-missing